<!DOCTYPE html>
<html lang="en-US">
    <head>
        <meta charset="utf-8">
    </head>
    <body>
        <h2>Verify Your Email Address</h2>

        <div>
            Thanks for creating an account with us.
            Please follow the link below to verify your email address
            <?php echo URL::to('verify/account' . $confirmation_code); ?>.<br/>

        </div>

    </body>
</html>
